-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PaddleV3] 修改 Dockerfile 为 Paddle 3.0.0beta 并添加 CI 测试的 blacklist #1061
Conversation
Update 20241011
|
Update 20241016
CI 服务器上的 cuda 应该是 11.2 ,参考之前的日志: 2024-10-13 20:08:04 LD_LIBRARY_PATH=/usr/local/cuda-11.2/targets/x86_64-linux/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 麻烦再构建一下镜像试试吧 😅😅😅 |
python -m pip install torchmetrics==0.10.2 pytorch_lightning==1.5.3 kornia==0.5.11 hypothesis pre-commit==2.17.0 && \ | ||
python -m pip install wget timm transformers pandas nose pytest opencv-python==4.6.0.66 allure-pytest && \ | ||
python -m pip install torch==2.4.1 torchvision torchaudio tensorflow==2.16.1 onnx==1.17.0 onnxruntime && \ | ||
python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11.2的镜像可以装3.0.0b1么?
This reverts commit 7ee86f7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 版本检查在下一个PR中完成
Create A Good Pull Request
black.list
过滤测试black.list
中删掉对应项,CI 中对其进行测试Dockfile 我本地构建没啥问题:
有个小问题,基础 docker 里面的 python 是 3.9 ,不是 Paddle 支持的最低 3.8 ~ 不过问题也不大,我这里就沿用了 ~
但是,
Caffe
没有在 Dockerfile 的配置中,这个是咋配置的?CI 里面我看 PyTorch 跟其他几个是分开测试的,不太清楚我这里脚本有木有问题,先提交一下看看吧 ~
另外,后面修改的时候,不能保证上面所有框架的最新版本都能通过,中间如果实在适配困难,可能需要再修改一下 Dockerfile ~
关联:#1060
@luotao1 请评审 ~
Please check the follow step before merging this pull request
If this PR add new model support, please update
model_zoo.md
and add model to out test model zoos(@luotao1 )